GtkFileChooser: Add abstract api for comboboxes and checkbuttons
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 Jul 2016 02:09:56 +0000 (22:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jul 2016 04:08:21 +0000 (00:08 -0400)
commit6fc7485077505c946ec8f0878e22e418a46a7679
treed788d2f50aed400261eed822bfbcb2dfd90c0ade
parent2b77eaa1ae8ab835e42dd082375e406c6b4bd906
GtkFileChooser: Add abstract api for comboboxes and checkbuttons

This commit adds API for adding combo boxes and check buttons to
GtkFileChooser, and getting the selected value back in ::response.

In contrast to gtk_file_chooser_set_extra_widget, these APIs are
abstract and suitable for implementation in GtkFileChooserNative.

https://bugzilla.gnome.org/show_bug.cgi?id=768499
gtk/gtkfilechooser.c
gtk/gtkfilechooser.h
gtk/gtkfilechooserprivate.h